The Design Notes API > The Design Notes C API > BOOL RemoveNote() |
![]() ![]() ![]() |
Description
Removes the specified key (and its value) from the specified Design Notes file.
Arguments
FileHandle
noteHandle
, const char
keyName[64]
![]() |
The first argument is the file handle returned by OpenNotesFile() . |
![]() |
The second argument is a string containing the name of the key to be removed. |
Returns
A Boolean value indicating whether the operation was successful.
![]() ![]() ![]() |